﻿body {
}
.elve {
    background-position: center;
    background-size: cover;
    padding-bottom: 2rem;
    margin: 3rem auto;
}
.elve-head {
    font-size: 23px;
    background: linear-gradient(90deg, #0C3483 0%, #A2B6DF 100%, #6B8CCE 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    font-family: 'Inter';
}
.elve-head-part p {
    font-size: 13px;
    font-family: 'Inter';
    color: gray;
    margin-bottom: 30px;
}
.elve-first-image,
.elve-second-image,
.elve-third-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
    border-radius: 14px;
    padding: 44px 30px;
    transition: box-shadow 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.all-a a {
    display: block;
    transition: opacity 0.3s ease-in-out;
}

    .all-a a:hover .elve-first-image,
    .all-a a:hover .elve-second-image,
    .all-a a:hover .elve-third-image {
        box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
        opacity: 0.9;
        border: 1px solid #37ADAF;
    }


.content-all h4 {
    font-size: 20px;
    color:#000;
    font-weight: 500;
}
.content-all p {
    font-size: 14px;
    color: #4f4f4f;
    font-family: 'Inter';
}


/*Section12 Css*/

.twe{
    margin:3rem auto;
}
.all-free-part {
    border-radius: 30px;
    border: 1px solid #E9E9E9;
    background: #FCFCFC;
    padding: 10px;
}
.free-web-part {
    background-size: cover;
    border-radius: 30px;
    height: 322px;
    background-position: bottom;
}
.free-web-texts {
    
    padding: 20px;
}

    .free-web-texts h3 {
        color: #FFF;
        font-family: Inter;
        font-size: 30px;
        font-style: normal;
        font-weight: 800;
    }

    .free-web-texts p:first-of-type {
        font-family: Inter;
        font-size: 20px;
        margin: 1rem auto;
        font-style: normal;
        background: linear-gradient(90deg, #1E3C72 0%, #1E3C72 1%, #2A5298 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 400;
    }

    .free-web-texts p:last-of-type {
        font-size: 20px;
        color: #FFF;
        font-family: Inter;
        font-style: normal;
        font-weight: 500;
    }
.avail-safe{
    margin-top:1.5rem;
}
.grid-container-all {
    display: grid;
    grid-template-columns: repeat(4, 15%) 36%;
    gap: 0 10px;
    width: 100%;
}

    .grid-container-all .grid-item {
        display: flex;
        text-align: start;
        padding: 20px;
        border-radius: 4px;
        flex-direction: column;
        align-items: start;
        justify-content: center;
    }

/* Individual paragraph styles */
.item1 .p-title {
    color: #FFF;
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    margin-bottom: 10px;
    font-size: 18px;
}

.item1 .p-content {
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0.36px;
    font-style: normal;
    font-weight: 300;
}
.item2 .p-title {
    color: #000;
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    margin-bottom: 10px;
    font-size: 18px;
}

.item2 .p-content {
    color: #000;
    font-family: Inter;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0.36px;
    font-style: normal;
    font-weight: 300;
}
.item3 .p-title {
    color: #FFF;
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    margin-bottom: 10px;
    font-size: 18px;
}

.item3 .p-content {
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0.36px;
    font-style: normal;
    font-weight: 300;
}
.grid-item.large {
    background-color: #e0e0e0;
    padding: 20px 37px;
    text-align: start;
    border-radius: 4px;
}

.p-title-large {
    color: #fff;
    font-size:20px;
}

.p-content-large {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    font-family: 'Inter';
    line-height: 1.5;
    text-decoration: underline;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
    .p-content-large:hover {
        color: #fff;
    }
.arrow-icon-new {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: white;
    margin-left: 8px;
}

    .arrow-icon-new svg {
        width: 16px;
        height: 16px;
        color: black;
    }
.grid-item.item1 {
    border-radius: 30px;
    background: #1169D8;
}

.grid-item.item2 {
    border-radius: 30px;
    background: #DCE3F5;
}

.grid-item.item3 {
    border-radius: 30px;
    background: #1169D8;
}

.grid-item.item4 {
    background-size: cover;
    background-position: center;
    height: 180px;
}

.grid-container-all .grid-item.large {
    border-radius: 30px;
    background: #0347AE;
}
    

/* Media queries */

@media only screen and (min-width: 320px) and (max-width: 650px) {
    .elve-head {
        font-size: 18px;
        font-weight: 700;
        font-family: 'Inter';
    }
    .elve-head-part p {
        font-size: 13px;
        margin-bottom: 0;
    }
    .content-all h4 {
        font-size: 12px;
    }
    .elve-first-image, .elve-second-image, .elve-third-image {
        width: 100%;
        height: 320px;
        padding: 2px 17px;
        margin-bottom: 1rem;
    }
    .content-all p {
        font-size: 10px;
        line-height: 1.2;
    }
    .elve {
        
        margin: 1rem auto;
    }
    .twe {
        margin: 1rem auto;
    }
    .grid-container-all {
       
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .grid-item.large {
        grid-column: span 2;
        padding: 15px 30px;
    }
    .free-web-texts h3 {
       
        font-size: 18px;
        font-style: normal;
      
        font-weight: 800;
    }
    .free-web-texts p:first-of-type {
        font-family: Inter;
        font-size: 15px;
        line-height: normal;
    }
    .free-web-part {
        background-size: cover;
        border-radius: 30px;
        height: auto;
        background-position: right;
    }
    .free-web-texts {
        padding: 10px;
        background: rgb(119 118 118 / 30%);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(10px);
        border-radius: 10px;
    }
    .grid-container-all .grid-item {
        display: flex;
        text-align: start;
        padding: 13px 11px;
        border-radius: 12px;
    }
    .item1 .p-title {
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .item2 .p-title {
        font-weight:700;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .item3 .p-title {
       line-height:normal;
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .grid-item.item4 {
      background-size:contain;
        height: 144px;
    }
    .p-title-large {
        font-size: 16px;
    }
    .grid-container-all .grid-item.large {
        
        border-radius: 12px;
    }
    .elve{
        display:none;
    }

    
}

@media (min-width: 651px) and (max-width: 1024px) {
    .grid-container-all {
        grid-template-columns: repeat(2, 1fr);
    }
    .elve {
        display: none;
    }

    .large {
        grid-column: 1 / -1;
    }

    .grid-container-all .grid-item {
        display: flex;
        text-align: start;
        margin-top: 1rem;
        padding: 10px;
        height: 150px;
    }

    .elve-first-image, .elve-second-image, .elve-third-image {
        margin-top: 1rem;
    }

    .free-web-part {
        height: 260px;
    }

}